efffa5
@@ -159,14 +159,6 @@
public class HLogKey implements WritableComparable<HLogKey> {
     this.tablename = tablename;
   }
 
-  /**
-   * Create HLogKey wrapper around protobuf WAL key; takes care of compression.
-   * @throws IOException Never, as the compression is not enabled.
-   */
-  public HLogKey(WALKey walKey) throws IOException {
-    readFieldsFromPb(walKey, null);
-  }
-
   /**
    * @param compressionContext Compression context to use
    */
